ComponentOne ASP.NET MVC Controls
IsDisabled Method (ControlBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ControlBuilder<TControl,TBuilder> Class : IsDisabled Method
The value.
Configurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled.
Syntax
'Declaration
 
Public Function IsDisabled( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder IsDisabled( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ControlBuilder<TControl,TBuilder> Class
ControlBuilder<TControl,TBuilder> Members